String Schema
BookableClassCommonType Complex Type
Description
Class information
Namespace http://string.drv.de/xmlschema/string
Diagram
AttributeSource Element Description Element Code Element Sequence Attribute Element Sequence Attributes Element Identifier Element Sequence AssignedTravellers Element State Element CabinClass Element Identifier Element Sequence BookableClassCommonType Complex Type
Overview
BookableClassCommonType
Class information
Sequence
Identifier IdentifierType Simple Type
Unique class identifier
State BookabilityStateType Simple Type
Flight class bookability state
Attributes 0..∞ AttributesType Complex Type
List of attributes of this class
Sequence
Sequence
Code xs:token
Code for the attribute
Description 0..∞ TextLanguageType Complex Type
Description for the attribute
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Source
<xs:complexType name="BookableClassCommonType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Class information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Identifier" type="IdentifierType">
      <xs:annotation>
        <xs:documentation>Unique class identifier</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CabinClass" type="CabinClassType" nillable="true" minOccurs="0" />
    <xs:element name="State" type="BookabilityStateType" nillable="false">
      <xs:annotation>
        <xs:documentation>Flight class bookability state</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssignedTravellers" type="IdentifiersType" nillable="false" minOccurs="0" />
    <xs:element name="Attributes" type="AttributesType" minOccurs="0" maxOccurs="unbounded" nillable="true">
      <xs:annotation>
        <xs:documentation>List of attributes of this class</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.